Print List Of Lines
A data class representing a print request to print a list of lines based on paper width. The list of lines is provided as a list of PrintLineObject instances, each representing a single line to print. If the data exceeds the maximum characters allowed on one line, a PrintResult failure will be returned.
Return
PrintResult - Status.Success or Status.Failure with an optional message.
Parameters
list Of Lines
A list of PrintLineObject instances, each representing a single line to print. Properties of each PrintLineObject: data, fontSize, typeface, textAlignment, isBold, isItalic, isUnderline